Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class


ListBase<T> Class Methods

For a list of all members of this type, see ListBase<T> members.

Public Methods
 NameDescription
Public MethodAdds an object to the end of the ListBase<T>.  
Public MethodAdds the elements of the specified collection to the end of the ListBase<T>.  
Public MethodOverloaded. Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element.  
Public MethodRemoves all elements from the ListBase<T>.  
Public MethodDetermines whether the ListBase<T> contains a specific value.  
Public MethodOverloaded. Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array.  
Public Method  
Public MethodOverloaded. Determines the index of a specific item in the ListBase<T>.  
Public MethodInserts an item to the ListBase<T> at the specified index.  
Public MethodInserts the elements of a collection into the ListBase<T> at the specified index.  
Public MethodOverloaded. Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ListBase<T> that contains the specified number of elements and ends at the specified index.  
Public MethodRemoves the first occurrence of a specific object from the ListBase<T>.  
Public MethodRemoves the ListBase<T> item at the specified index.  
Public MethodRemoves a range of elements from the ListBase<T>.  
Public MethodOverloaded. Reverses the order of the elements in the entire ListBase<T>.  
Public MethodOverloaded. Sorts the elements in the entire ListBase<T> using the default comparer.  
Public MethodCopies the elements of the ListBase<T> to a new array.  
Public MethodSets the capacity to the actual number of elements in the ListBase<T>, if that number is less than a threshold value.  
Top
Protected Methods
 NameDescription
Protected Method  
Top
See Also